home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / fdlib.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  960 b   |  34 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-40]
  2. [C;6;B]        FDLIB [[<filename> ...]
  3. [7]Default: OBJECT
  4. [J;1;N]
  5.   This function must be used with C program likes, it generates \
  6. a library (.lib file) from a '.fd' file.
  7.   It also reads the following files as '.fd' files. Please refer \
  8. to FD instruction to have complete informations about the '.fd' \
  9. file syntax.
  10.  
  11.   The resulting code is something like:
  12.  
  13.     MOVEM.L  ...A6,-(A7)
  14.     MOVEM.L  ...(A6),...
  15.     MOVEA.L  <library base>(A4),A6
  16.     JSR      <function offset>(A6)
  17.     MOVEM.L  (A7)+,...A6
  18.     RTS
  19.  
  20.   Note: A4 is used only when the flag FDSMALL has been used.
  21.  
  22.   See also:
  23. [L;3][LINK fd]                FD
  24. [LINK fdflg]                FDHEADER
  25. [LINK fdflg]                FDINCLUDE
  26. [LINK fdflg]                FDOBJECT
  27. [LINK fdflg]                FDPASCAL
  28. [LINK fdflg]                FDQUICK
  29. [LINK fdflg]                FDSMALL
  30. [LINK filename]                <filename>
  31. [LINK libfd]                LIBFD
  32. [LINK library]                LIBRARY
  33. [5; LINK about; GOTO address]        Become Registred
  34.